home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch12 / 12fig02.wrl < prev    next >
Text File  |  1996-09-23  |  511b  |  30 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         DEF Arch Inline {
  8.             bboxSize   5.0 8.0 2.0
  9.             bboxCenter 1.0 4.0 0.0
  10.             url "arch.wrl"
  11.         },
  12.         Transform {
  13.             translation 0.0 0.0 -2.0
  14.             children USE Arch
  15.         },
  16.         Transform {
  17.             translation 0.0 0.0 -4.0
  18.             children USE Arch
  19.         },
  20.         Transform {
  21.             translation 0.0 0.0 -6.0
  22.             children USE Arch
  23.         },
  24.         Transform {
  25.             translation 0.0 0.0 -8.0
  26.             children USE Arch
  27.         }
  28.     ]
  29. }
  30.